home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 14026 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  785 b 

  1. Path: news.fh-heilbronn.de!news
  2. From: Timo <post@orgaplus.de>
  3. Newsgroups: comp.lang.c
  4. Subject: Watcom DLL & Pointers
  5. Date: Thu, 11 Apr 1996 13:39:40 +0200
  6. Organization: Fachhochschule Heilbronn
  7. Message-ID: <316CEF7C.2C66@orgaplus.de>
  8. NNTP-Posting-Host: duplo.mi.fh-heilbronn.de
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0 (X11; I; SunOS 5.3 sun4m)
  13.  
  14. Hi,
  15.  
  16. I am programming a DLL using the Watcom 32bit Windows extender for Win
  17. 3.x. I am sure somebody has done this before, although this is not the
  18. latest in fashion...
  19.  
  20. Passing a triple pointer, e.g. mystruct ***ppp, to the DLL works, but I
  21. did not manage to dereference it using **ppp->myvariable.
  22.  
  23. Any idea will be appreciated very much, thanks in advance.
  24.  
  25. Timo
  26.